home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Guide to Growth Related Diseases
/
Interactive Guide to Growth Related Diseases (Hill's Pet Nutrition)(2000).BIN
/
Hills
/
UKCASES.dir
/
00001_Script_1
next >
Wrap
Text File
|
2000-11-02
|
2KB
|
109 lines
on startMovie
end startMovie
on QuitPres
global myWindow
if objectP(myWindow) then
forget myWindow
end if
set horzOrigin to the stageLeft + 168
set vertOrigin to the stageTop + 188
set myWindowRect to rect(horzOrigin, vertOrigin, horzOrigin + 304, vertOrigin + 104)
set myWindow to window "ukquit"
set the rect of myWindow to myWindowRect
set the fileName of myWindow to "UKQUIT.DIR"
set the titleVisible of myWindow to FALSE
set the windowType of myWindow to 2
open myWindow
moveToFront myWindow
end QuitPres
on QuitPresES
global myWindow
if objectP(myWindow) then
forget myWindow
end if
set horzOrigin to the stageLeft + 168
set vertOrigin to the stageTop + 188
set myWindowRect to rect(horzOrigin, vertOrigin, horzOrigin + 304, vertOrigin + 104)
set myWindow to window "esquit"
set the rect of myWindow to myWindowRect
set the fileName of myWindow to "ESQUIT.DIR"
set the titleVisible of myWindow to FALSE
set the windowType of myWindow to 2
open myWindow
moveToFront myWindow
end QuitPresES
on QuitPresD
global myWindow
if objectP(myWindow) then
forget myWindow
end if
set horzOrigin to the stageLeft + 168
set vertOrigin to the stageTop + 188
set myWindowRect to rect(horzOrigin, vertOrigin, horzOrigin + 304, vertOrigin + 104)
set myWindow to window "dquit"
set the rect of myWindow to myWindowRect
set the fileName of myWindow to "DQUIT.DIR"
set the titleVisible of myWindow to FALSE
set the windowType of myWindow to 2
open myWindow
moveToFront myWindow
end QuitPresD
on QuitPresF
global myWindow
if objectP(myWindow) then
forget myWindow
end if
set horzOrigin to the stageLeft + 168
set vertOrigin to the stageTop + 188
set myWindowRect to rect(horzOrigin, vertOrigin, horzOrigin + 304, vertOrigin + 104)
set myWindow to window "fquit"
set the rect of myWindow to myWindowRect
set the fileName of myWindow to "FQUIT.DIR"
set the titleVisible of myWindow to FALSE
set the windowType of myWindow to 2
open myWindow
moveToFront myWindow
end QuitPresF
on click
puppetSound "Keyboard Type Sngl1"
end click
on paperSound
puppetSound "paper"
end paperSound
on puppetsfalse
set the puppet of sprite (15) to FALSE
set the puppet of sprite (18) to FALSE
end puppetsfalse
on stopMovie
end stopMovie